home *** CD-ROM | disk | FTP | other *** search
- MiscInfoController = {
- ACTIONS = {
- "hideOrShowMenus:" = "hideOrShowMenus:";
- "info:" = "info:";
- "license:" = "license:";
- "orderForm:" = "orderForm:";
- "registration:" = "registration:";
- "releaseNotes:" = "releaseNotes:";
- "suggestion:" = "suggestion:";
- };
- OUTLETS = {
- info = info;
- orderForm = orderForm;
- registration = registration;
- strings = strings;
- };
- SUPERCLASS = Object;
- };
- BPMController = {
- ACTIONS = {"appDidInit:" = "appDidInit:"; };
- OUTLETS = {counterView = counterView; };
- SUPERCLASS = Object;
- };
- CounterView = {
- ACTIONS = {
- "clear:" = "clear:";
- "start:" = "start:";
- "stop:" = "stop:";
- "tap:" = "tap:";
- };
- OUTLETS = {
- beatsPerMeasure = beatsPerMeasure;
- beatsPerMinute = beatsPerMinute;
- clearButton = clearButton;
- measuresPerMinute = measuresPerMinute;
- secondsElapsed = secondsElapsed;
- startButton = startButton;
- stopButton = stopButton;
- tapButton = tapButton;
- };
- SUPERCLASS = View;
- };
- MiscInfo = {
- ACTIONS = {"info:" = "info:"; "setController:" = "setController:"; };
- OUTLETS = {
- controller = controller;
- infoPanel = infoPanel;
- niftyView = niftyView;
- regText = regText;
- strings = strings;
- versionDateText = versionDateText;
- versionText = versionText;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-